From: Richard M. Stallman Date: Sat, 23 Dec 2006 18:08:24 +0000 (+0000) Subject: (delete-horizontal-space): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31318 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1cfcd2db9a7af1d6e312f7d93cfeb67b7f181990;p=emacs.git (delete-horizontal-space): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 2043a20cf9b..da0f95c0ec6 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -706,7 +706,7 @@ Leave one space or none, according to the context." (defun delete-horizontal-space (&optional backward-only) "Delete all spaces and tabs around point. -If BACKWARD-ONLY is non-nil, only delete spaces before point." +If BACKWARD-ONLY is non-nil, only delete them before point." (interactive "*P") (let ((orig-pos (point))) (delete-region